CountDown JavaScript-->
There are -9235 days, 11 hours and 55 minuites left until the year 2000.
Display Time -->
12:04 A.M.
Start of Fade In and Out JavaScript-->
DESCRIPTION: This will cause an elert message before your visitor leaves (OR reloads) your page.
INSTRUCTIONS: Place this tag where your BODY tag is. Make changes to attributes (TEXT, LINK, VLINK, BGCOLOR, etc.) as necessary.
FUNCTIONALITY: Works in both Netscape and IE.
//Modified by CoffeeCup Software
//This code is Copyright (c) 1997 CoffeeCup Software
//all rights reserved. License is granted to a single user to
//reuse this code on a personal or business Web Site.
-->
Start of Hello Visitor JavaScript-->
Welcome To Web Designer null.
NS6+)
//Exclusive permission granted to Dynamic Drive to feature script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
scrolldelay="20"
style="font-family: Tahoma;
font-size: 10pt;
color: red"
YOURMESSAGE